home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / MacWT 0.9 / wt Mac Source / Music.h < prev    next >
Encoding:
Text File  |  1995-10-10  |  302 b   |  22 lines  |  [TEXT/CWIE]

  1. /*
  2. ** File:        Music.h
  3. **
  4. ** Written by:    Bill Hayden
  5. **                Nikol Software
  6. **
  7. ** Copyright © 1995 Nikol Software
  8. ** All rights reserved.
  9. */
  10.  
  11.  
  12.  
  13.  
  14. OSErr    LoadMusicDriver(void);
  15. void    PlayMusic(short    ResNum);
  16. void    StopMusic(void);
  17. OSErr    DisposeMusicDriver(void);
  18.  
  19.  
  20. extern Boolean    Playing;
  21.  
  22. #define    kMusicID    1000